DocumentsStatusResponseDto   
            data class DocumentsStatusResponseDto(documents: List<DocumentStatusListItemDto>, errors: List<DocumentStatusErrorItemDto>?)
Content copied to clipboard
Response schema for the documents/status endpoint
Parameters
documents
A list of document objects with their processing status indicated
errors
Optional property used to indicate and describe errors encountered while handling the request
Constructors
DocumentsStatusResponseDto
                          
                    Link copied to clipboard
                        fun DocumentsStatusResponseDto(documents: List<DocumentStatusListItemDto>, errors: List<DocumentStatusErrorItemDto>? = null)
Content copied to clipboard
A list of document objects with their processing status indicated
Properties
documents
                          
                    Link copied to clipboard
                        @SerializedName(value = documents) 
Content copied to clipboard
errors
                          
                    Link copied to clipboard
                        @SerializedName(value = errors) 
Content copied to clipboard